home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-08-31 | 1.6 KB | 35 lines | [TEXT/CWIE] |
- Cross Platform Prefs Readme
- ========================================================================
- Date: 8-31-98
- ========================================================================
-
-
- The Metrowerks CodeWarrior project file format is totally cross
- platform, meaning that you can create and develop a project on
- one platform, and expect CodeWarrior to open that project on
- another platform.
-
- Although this is the case, it should be noted that some
- of the settings of a project are not compatible across platforms.
- For example, if you have an applet project on the mac,
- and select Metrowerks Java as your appletviewer, this project would
- not run properly if you move it to Windows, since Metrowerks Java
- doesn't exist there.
-
- For Java, the only prefs that are totally platform dependent are the
- choice of Virtual Machine used to run an application, and the selection
- of an appletviewer to run applets. The other prefs can be handled using
- similar environments for development.
-
- To help avoid a rough transition from one platform to another, we've
- added the capability to specify these prefs that will work across
- platforms. If the Factory default settings are used, CodeWarrior
- will substitute these default settings for these prefs:
-
- Windows Mac
- ``````` ```
- VM for application running Sun VM Metrowerks Java w/ MRJ
- appletviewer Sun Appletviewer Metrowerks Java w/ MRJ
-
- The other settings on the panel can be changed from the factory
- defaults without affecting how the above prefs are handled.